[DllImport("advapi32.dll", CharSet=CharSet.Unicode, SetLastError=true)]
public static extern unsafe bool QueryServiceStatusEx(IntPtr serviceHandle, int infoLevel, IntPtr buffer, int bufferSize, out int bytesNeeded);
The QueryServiceStatusEx function retrieves the current status of the specified service based on the specified information level.
2/26/2011 12:44:05 PM - -193.128.29.5
The SERVICE_STATUS_PROCESS structure contains information about a service. The EnumServicesStatusEx and QueryServiceStatusEx functions use this structure to return information about a service.
4/13/2016 5:54:39 AM - Smoke-190.64.97.191
The OpenService function opens an existing service.
3/16/2007 7:33:51 AM - grinberg.nir@gmail.com-62.219.238.162